Resolution
The outcome of validating and resolving an authorization request.
Inheritors
Types
Link copied to clipboard
data class Invalid(val error: AuthorizationRequestError, val dispatchDetails: ErrorDispatchDetails?) : Resolution
Represents the failure of validating or resolving an authorization request due to error
Link copied to clipboard
Represents the success of validating and resolving an authorization request into a requestObject